dborbd.syb dborbd.ora dborbd.infThese executables are pre-built and ready to run "out of the box" with the proper configuration. If you experience problems using these, it is probably the configuration, so explore that first. If you wish to rebuild the gateways, you need the appropriate database client libraries. To rebuild the gateway, change your directory to the bin directory of the Sapphire/Web distribution, then copy or move the old one to a different name for safekeeping. The
make
line is:make -f Makefile.orb SYBASEto rebuild the SYBASE gateway. You now need to set the SYBASE environment variable to the directory containing the SYBASE distribution.
make -f Makefile.orb ORACLEto rebuild the ORACLE gateway. Next set the ORACLE_HOME environment variable to the directory containing the ORACLE distribution.
make -f Makefile.orb INFORMIXto rebuild the INFORMIX gateway. You will also need to set the INFORMIXDIR environment variable to the directory containing the INFORMIX distribution.
If you get link errors, it could be due to several things. First, the environment variable could be wrong. Second, you may not have all the client libraries. Third, for Informix and Oracle, the link line may differ from that in the Makefile.orb
file depending on your installation options and database version. Consult your database references for more information.